Kobe
A Multi-Robot Platform for Robotic Triage Combining Onboard Sensing and Foundation Models
Hughes, Jason, Hussing, Marcel, Zhang, Edward, Kannapiran, Shenbagaraj, Caswell, Joshua, Chaney, Kenneth, Deng, Ruichen, Feehery, Michaela, Kratimenos, Agelos, Li, Yi Fan, Major, Britny, Sanchez, Ethan, Shrote, Sumukh, Wang, Youkang, Wang, Jeremy, Zein, Daudi, Zhang, Luying, Zhang, Ruijun, Zhou, Alex, Zhouga, Tenzi, Cannon, Jeremy, Qasim, Zaffir, Yelon, Jay, Cladera, Fernando, Daniilidis, Kostas, Taylor, Camillo J., Eaton, Eric
Abstract-- This report presents a heterogeneous robotic system designed for remote primary triage in mass-casualty incidents (MCIs). The system employs a coordinated air-ground team of unmanned aerial vehicles (UA Vs) and unmanned ground vehicles (UGVs) to locate victims, assess their injuries, and prioritize medical assistance without risking the lives of first responders. The UA V identify and provide overhead views of casualties, while UGVs equipped with specialized sensors measure vital signs and detect and localize physical injuries. Unlike previous work that focused on exploration or limited medical evaluation, this system addresses the complete triage process: victim localization, vital sign measurement, injury severity classification, mental status assessment, and data consolidation for first responders. Developed as part of the DARPA Triage Challenge, this approach demonstrates how multi-robot systems can augment human capabilities in disaster response scenarios to maximize lives saved. I. INTRODUCTION Robotics has long sought to augment human capabilities in hazardous scenarios. Mass-casualty incidents (MCIs), such as those resulting from natural disasters, bombings, plane crashes, or industrial chemical spills, present an opportunity for robotic systems to assist first responders. The critical first step of providing medical assistance during MCIs is primary triage: the initial process of locating victims at the site of the MCI and assessing the severity of their injuries to prioritize treatment, which is essential to optimizing survival outcomes. Traditionally, primary triage relies on human responders who may face significant risk and information overload [1], underscoring the potential for automated systems to mitigate these challenges. While prior efforts have explored the use of air-ground robotic teams for search and exploration in disaster zones [2]-[5], few systems have focused specifically on rapid triage. Existing approaches typically solve parts of the problem in isolation without integrating comprehensive triage functions. For example, air-ground teams have also been developed to find and localize objects of interest [3], [6] Authors are with the GRASP Lab, School of Engineering and Applied Sciences, University of Pennsylvania. Authors are with the Perelman School of Medicine, University of Pennsylvania. This work was supported by the DARP A Triage Challenge under grant #HR001123S0011.
- North America > United States > Pennsylvania (0.44)
- North America > United States > Texas (0.04)
- Asia > Japan > Honshū > Kantō > Tokyo Metropolis Prefecture > Tokyo (0.04)
- Asia > Japan > Honshū > Kansai > Hyogo Prefecture > Kobe (0.04)
- Transportation > Air (1.00)
- Health & Medicine > Therapeutic Area (0.99)
- Health & Medicine > Diagnostic Medicine > Vital Signs (0.90)
- (2 more...)
Automated Dynamic AI Inference Scaling on HPC-Infrastructure: Integrating Kubernetes, Slurm and vLLM
Trappen, Tim, Keßler, Robert, Pabel, Roland, Achter, Viktor, Wesner, Stefan
Due to rising demands for Artificial Inteligence (AI) inference, especially in higher education, novel solutions utilising existing infrastructure are emerging. The utilisation of High-Performance Computing (HPC) has become a prevalent approach for the implementation of such solutions. However, the classical operating model of HPC does not adapt well to the requirements of synchronous, user-facing dynamic AI application workloads. In this paper, we propose our solution that serves LLMs by integrating vLLM, Slurm and Kubernetes on the supercomputer \textit{RAMSES}. The initial benchmark indicates that the proposed architecture scales efficiently for 100, 500 and 1000 concurrent requests, incurring only an overhead of approximately 500 ms in terms of end-to-end latency.
- North America > United States > California > San Francisco County > San Francisco (0.14)
- North America > United States > Tennessee > Davidson County > Nashville (0.05)
- Europe > Germany > North Rhine-Westphalia > Cologne Region > Cologne (0.05)
- (7 more...)
- Information Technology (0.95)
- Education > Educational Setting (0.50)
Analysis of Deep-Learning Methods in an ISO/TS 15066-Compliant Human-Robot Safety Framework
Bricher, David, Mueller, Andreas
Over the last years collaborative robots have gained great success in manufacturing applications where human and robot work together in close proximity. However, current ISO/TS-15066-compliant implementations often limit the efficiency of collaborative tasks due to conservative speed restrictions. For this reason, this paper introduces a deep-learning-based human-robot-safety framework (HRSF) that aims at a dynamical adaptation of robot velocities depending on the separation distance between human and robot while respecting maximum biomechanical force and pressure limits. The applicability of the framework was investigated for four different deep learning approaches that can be used for human body extraction: human body recognition, human body segmentation, human pose estimation, and human body part segmentation. Unlike conventional industrial safety systems, the proposed HRSF differentiates individual human body parts from other objects, enabling optimized robot process execution. Experiments demonstrated a quantitative reduction in cycle time of up to 15% compared to conventional safety technology.
- Europe > Switzerland > Zürich > Zürich (0.14)
- North America > United States > Ohio > Franklin County > Columbus (0.04)
- Europe > Switzerland > Geneva > Geneva (0.04)
- (23 more...)
MfNeuPAN: Proactive End-to-End Navigation in Dynamic Environments via Direct Multi-Frame Point Constraints
Ying, Yiwen, Ye, Hanjing, Luo, Senzi, Liu, Luyao, Zhan, Yu, He, Li, Zhang, Hong
Obstacle avoidance in complex and dynamic environments is a critical challenge for real-time robot navigation. Model-based and learning-based methods often fail in highly dynamic scenarios because traditional methods assume a static environment and cannot adapt to real-time changes, while learning-based methods rely on single-frame observations for motion constraint estimation, limiting their adaptability. To overcome these limitations, this paper proposes a novel framework that leverages multi-frame point constraints, including current and future frames predicted by a dedicated module, to enable proactive end-to-end navigation. By incorporating a prediction module that forecasts the future path of moving obstacles based on multi-frame observations, our method allows the robot to proactively anticipate and avoid potential dangers. This proactive planning capability significantly enhances navigation robustness and efficiency in unknown dynamic environments. Simulations and real-world experiments validate the effectiveness of our approach.
- Asia > China > Guangdong Province > Shenzhen (0.05)
- North America > United States > Massachusetts > Suffolk County > Boston (0.04)
- Asia > Japan > Honshū > Kansai > Hyogo Prefecture > Kobe (0.04)
- Information Technology > Artificial Intelligence > Vision (1.00)
- Information Technology > Artificial Intelligence > Robots (1.00)
- Information Technology > Artificial Intelligence > Machine Learning (1.00)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Planning & Scheduling (0.51)
Gradient-Based Join Ordering
Join ordering is the NP-hard problem of selecting the most efficient sequence in which to evaluate joins (conjunctive, binary operators) in a database query. As the performance of query execution critically depends on this choice, join ordering lies at the core of query optimization. Traditional approaches cast this problem as a discrete combinatorial search over binary trees guided by a cost model, but they often suffer from high computational complexity and limited scalability. We show that, when the cost model is differentiable, the query plans can be continuously relaxed into a soft adjacency matrix representing a superposition of plans. This continuous relaxation, together with a Gumbel-Softmax parameterization of the adjacency matrix and differentiable constraints enforcing plan validity, enables gradient-based search for plans within this relaxed space. Using a learned Graph Neural Network as the cost model, we demonstrate that this gradient-based approach can find comparable and even lower-cost plans compared to traditional discrete local search methods on two different graph datasets. Furthermore, we empirically show that the runtime of this approach scales linearly with query size, in contrast to quadratic or exponential runtimes of classical approaches. We believe this first step towards gradient-based join ordering can lead to more effective and efficient query optimizers in the future.
- North America > United States > Louisiana > Orleans Parish > New Orleans (0.04)
- Europe > Germany > Bavaria > Upper Bavaria > Munich (0.04)
- Europe > France (0.04)
- (10 more...)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Search (1.00)
- Information Technology > Artificial Intelligence > Natural Language > Information Retrieval > Query Processing (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Statistical Learning (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks (1.00)
Scalable Feature Learning on Huge Knowledge Graphs for Downstream Machine Learning
Lefebvre, Félix, Varoquaux, Gaël
Many machine learning tasks can benefit from external knowledge. Large knowledge graphs store such knowledge, and embedding methods can be used to distill it into ready-to-use vector representations for downstream applications. For this purpose, current models have however two limitations: they are primarily optimized for link prediction, via local contrastive learning, and their application to the largest graphs requires significant engineering effort due to GPU memory limits. To address these, we introduce SEPAL: a Scalable Embedding Propagation ALgorithm for large knowledge graphs designed to produce high-quality embeddings for downstream tasks at scale. The key idea of SEPAL is to ensure global embedding consistency by optimizing embeddings only on a small core of entities, and then propagating them to the rest of the graph with message passing. We evaluate SEPAL on 7 large-scale knowledge graphs and 46 downstream machine learning tasks. Our results show that SEPAL significantly outperforms previous methods on downstream tasks. In addition, SEPAL scales up its base embedding model, enabling fitting huge knowledge graphs on commodity hardware.
- Europe > Netherlands > South Holland > Leiden (0.04)
- North America > United States > New Mexico > Los Alamos County > Los Alamos (0.04)
- Europe > France (0.04)
- (2 more...)
- Research Report > New Finding (1.00)
- Research Report > Experimental Study (1.00)
- Government (0.93)
- Information Technology (0.92)
- Education > Educational Setting (0.45)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Semantic Networks (1.00)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Optimization (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Statistical Learning (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks (0.93)
The most detailed map of the brain ever seen: Stunning simulation details 10 MILLION neurons across 86 interconnected regions
Barron Trump's mystery words to Joe Biden after his father's fierce inauguration speech are finally revealed Republican representative blasts Trump's Epstein investigation as a'smokescreen' while survivors beg Congress to finally reveal the hidden files: Live updates This is the simple weight loss trick I'd recommend to any woman over 50 who wants to burn calories and tone up - without working out or eating less: KERRY POTTER She runs the anonymous real-life Gossip Girl account outing Hollywood scandals now we expose HER identity and the secret life she's desperate to hide Keith Urban breaks his silence following split with Nicole Kidman - after admitting he's been'completely lonely and miserable' Olivia Nuzzi says Robert F. Kennedy Jr. didn't have a'brain worm' after all I was blackmailed and forced to do the unthinkable. DEAR JANE, how do I hide it from my wife? Trump turns to Epstein's lawyer to prove he has'nothing to hide' as he orders GOP to vote on releasing ALL documents to avert MAGA mutiny Terrifying rise of'taboo cancer': Doctors reveal subtle signs ALL women must know... the most common cause... and a game-changer shot that could save your life Jeff Bezos's ex MacKenzie Scott contributes more than $700MILLION to'historically black colleges' So many single men are taking this new drug cocktail before dates. The results in the bedroom are startling... as I discovered during one marathon session: JANA HOCKING I felt so ill I thought I was dying... but it was a gut condition doctors often wrongly dismiss as IBS: It's so common and there's misinformation about how to treat it, says Nicola... but this is what really works Boy, 9, accused of raping and brutally attacking girl, 5, is allowed home with ankle monitor... despite victim's mom pleading with judge Meghan's ex-husband's reaction to finding out she was dating Prince Harry is revealed by his pal Bethenny Frankel Trump wades into the most explosive debate in right wing media: 'People must decide' My Montecito mole tells me why Me-Me-Meghan'threw a fit' after Kris Jenner's birthday party... this Kardashian drama just won't go away: KENNEDY If I had to start over, here's how I'd make millions again! KEVIN O'LEARY reveals best investments, the career with soaring salaries and worst mistake he made Nigerian gunmen abduct'dozens' of girls from boarding school after killing deputy head teacher in chilling echo of Chibok kidnappings Conor McGregor's friend Dillon Danis slapped with LIFETIME ban by UFC chief Dana White after being involved in ringside brawl READ MORE: Here's what happens in football fans' brains when their team loses Scientists have unveiled the most detailed map of the brain ever created.
- North America > Canada > Alberta (0.14)
- Asia > Japan > Honshū > Kantō > Tokyo Metropolis Prefecture > Tokyo (0.04)
- North America > United States > Virginia (0.04)
- (10 more...)
- Media > News (1.00)
- Education (1.00)
- Health & Medicine > Therapeutic Area > Oncology (0.67)
- (6 more...)
- North America > United States > Texas (0.04)
- Asia > Singapore (0.04)
- Asia > Japan > Honshū > Kansai > Hyogo Prefecture > Kobe (0.04)
- Information Technology (1.00)
- Health & Medicine > Therapeutic Area (0.46)
- Health & Medicine > Consumer Health (0.46)
- North America > United States > New York > New York County > New York City (0.14)
- North America > United States > California > Los Angeles County > Los Angeles (0.14)
- North America > United States > California > Santa Clara County > Palo Alto (0.14)
- (32 more...)